Welcome![Sign In][Sign Up]
Location:
Search - DIB bmp

Search list

[Graph programdibimage

Description: 一个可以存为bmp、jpeg等图形格式的图形绘制、编辑程序- May save is graph form the and so on bmp, jpeg graph plan, the edit routine
Platform: | Size: 454656 | Author: 站长 | Hits:

[Picture ViewerCBitmapPicture

Description: 源代码,利用IPICTURE接口读取GIF,JPEG等格式的图像文件,能够读取设备独立位图DIB和BMP文件-source code, the use of interface IPICTURE read GIF, JPEG and other image file format, equipment can read independent bitmap BMP and DIB documents
Platform: | Size: 527360 | Author: 吴鸣世 | Hits:

[Windows Develop443142_DIB

Description: bmp和dib之间的转换问题-bmp and Freehand between conversion
Platform: | Size: 4096 | Author: 郭有良 | Hits:

[GDI-Bitmap可显示8位和24位bmp图像的CImage类

Description: //简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=操作符。 //3、通过函数操作可以得到图像数据。 //局限: //只能显示8位和24位bmp位图-//simple operational 8 and 24 bmp bitmap image category.// Characteristics :// 1, showed faster. (I use this image sequence shows category, the VC Insider Bitmap type much faster.)// 2, heavy = operator.// 3, the function can be operated image data.// Limitations :// only shows 8 and 24 bmp bitmap
Platform: | Size: 2048 | Author: 李欣 | Hits:

[Graph programdib处理函数集

Description: 图像处理、傅氏变换函数全,是学习BMP图像处理的必备函数集-image processing, Fourier transform function entire study is the BMP image processing required Function Set
Platform: | Size: 8192 | Author: 彼得 | Hits:

[Multimedia Developch1_1View

Description: 用VC对bmp,DIB格式的图像进行变换(如打开,替代,移位,放缩等)-VC right bmp, DIB format image transformation (such as open alternatives, translocation, Zooming, etc.)
Platform: | Size: 11264 | Author: 熊模昌 | Hits:

[Picture Viewerbmp位图文件的读取与保存

Description: bmp位图文件的读取与保存- dib files of bmp read and save
Platform: | Size: 26624 | Author: 刘汉强 | Hits:

[GDI-Bitmapdibbmp

Description: vc++实现位图转换 Converting DIB to DDB 将一个设备无关的位图转换成设备相关的位图-vc Bitmap Conversion Converting DIB to DDB to a device-independent bitmap conversion equipment related to the Bitmap
Platform: | Size: 5120 | Author: 小王 | Hits:

[Graph Recognizewindows_dibapi

Description: DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algorithm to image data, but generally DIB is not compressed. DIB structure
Platform: | Size: 6144 | Author: 王小二 | Hits:

[Multimedia Develop图形存取

Description: 这个示范程序主要用于说明AVIDIB.DLL的用法,该程序可以实现AVI和BMP序列之间的相互转换-this model procedures AVIDIB.DLL mainly used to illustrate the usage, the program can achieve AVI and BMP series between the switch
Platform: | Size: 2141184 | Author: 靳晓辉 | Hits:

[Picture ViewerBmpformatBrowser

Description: 一个用vc是实现的简单的位图浏览程序,界面是MFC实现的,程序中图片的屏显使用的是DIB的显示方式-a vc used is a simple bitmap viewer, interface MFC is the process of screen pictures of DIB is the display mode
Platform: | Size: 11264 | Author: 上官思 | Hits:

[GDI-BitmapColorProcessDIB

Description: VC图像处理源代码,包括对BMP图像的颜色变换以及亮度、对比度的调节-VC image processing source code, including BMP images and transform the color brightness, contrast adjustment
Platform: | Size: 153600 | Author: authority007 | Hits:

[GUI Develop用VC开发图像处理系统

Description: 用VC开发图像处理系统,主要是针对dib,bmp 进行图象平滑处理,灰度值处理,阙值选取及二值化等等的处理-with VC image processing system is targeted mainly Freehand, bmp images smooth, gray value, Que selection and two values of the treatment, etc.
Platform: | Size: 35840 | Author: sgz | Hits:

[GDI-Bitmap从BMP文件中装入位图并显示(6KB)

Description: 从BMP文件中装入位图并显示 the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more rgbquad structures the final section is the actual bits that define the bitmap image. by the way, the bmp file holds a device independent bitmap and sometimes the extension used is dib. the steps outlined below is valid for both windows 95 and windows nt. on windows 95, you can also use the loadimage() function to load a bitmap from a file. although windows nt also supports this function, it does not support the lr_loadfromfile flag. -from BMP file loaded bitmap and show the bmp file has four sections. The first is bitmapfileheader. This contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. The next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more structures rgbquad the final section is the actual bits that define the bitmap image. by the way, the bmp file holds a device independent bitmap and sometimes the extension used is Freehand. the steps outlined below is valid for both Windows 95 and Windows NT. on Windows 95, you can also use the loadimage () function to load a bitmap from a fil
Platform: | Size: 7168 | Author: 刘永平 | Hits:

[Special Effects2002011827

Description: 使用的函数(非自己编写):dib.cpp(附上)功能:1.BMP图的读写;2.画直方图;3. 存直方图;4.迭代算法求得阈值并进行二值化;5.任意输入并进行二值化(供比较);6. 保存新图或者恢复原图。pS:Public类中的文件地址指针是全局变量。-use of the function (their preparation) : dib.cpp (attached) functions : 1. BMP map reading and writing; 2. Painting histogram; 3. Deposit histogram; 4. Seeking iterative algorithm threshold value and 2; 5. Importation and arbitrary binary (for comparison); 6. New plan to preserve or restore the maximum. PS : Public category of documents address is the target of global variables.
Platform: | Size: 2183168 | Author: 陈新 | Hits:

[Picture Viewermfc_general_diblook

Description: 微软的msdn上的位图显示的例程,可以读出dib位图文件,同时也可以读取bmp位图文件-Microsoft's flowing spaces on the map shows the routines that can read out the Freehand bitmap files, and can also read bmp bitmap file
Platform: | Size: 1300480 | Author: 黄显 | Hits:

[Special Effectsbmp

Description: 一个很好的BMP文件处理动态连接库,用他就可以不用建立CDIB类了-A good deal BMP file dynamic link library, and he can not establish a category of CDIB
Platform: | Size: 7168 | Author: 夏胜春 | Hits:

[Picture ViewerDib

Description: 能够读取不同位图的BMP文件,并显示出来-Can read different bitmap BMP files and show
Platform: | Size: 1969152 | Author: oy | Hits:

[Picture ViewerDib

Description: DIB类(实用DIB类处理数字图像):DIB位图的显示、bmp图片的存储-DIB class (utility category DIB handle digital image): DIB bitmap display, bmp picture storage
Platform: | Size: 3072 | Author: 张小田 | Hits:

[Special EffectsDib

Description: BMP图像处理的源代码,功能很强大,希望大家喜欢-BMP image processing source code, functionality is very powerful, I hope everyone likes
Platform: | Size: 67584 | Author: 熊冬冬 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net